JSONArray

Undocumented in source.

Constructors

this
this(JSONValue[] v)
Undocumented in source.

Members

Functions

getArray
const(JSONValue)[] getArray()
Undocumented in source. Be warned that the author may not have intended to support it.
getArray
JSONValue[] getArray()
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
auto opOpAssign(T value)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

append
JSONArray* append(JSONArray* self, JSONValue v)
Undocumented in source. Be warned that the author may not have intended to support it.
createNew
JSONArray* createNew()
Undocumented in source. Be warned that the author may not have intended to support it.
createNew
JSONArray* createNew(JSONValue[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta